An unhandled exception occurred during the execution of the current web request

69

An unhandled exception occurred during the execution of the current web request -

Line 30:         OleDbCommand build = new OleDbCommand(sqlstr, conn);
Line 31:         conn.Open();
Line 32:         build.ExecuteNonQuery();
Line 33:         conn.Close();
Line 34:     }

Comments

Submit
0 Comments